GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > HeaderDropDownList クラス > HeaderDropDownList コンストラクタ : HeaderDropDownList コンストラクタ(String,IEnumerable<DropDownItem>) |
Public Function New( _ ByVal cellName As String, _ ByVal dropDownItems As IEnumerable(Of DropDownItem) _ )
public HeaderDropDownList( string cellName, IEnumerable<DropDownItem> dropDownItems )
例外 | 解説 |
---|---|
System.ArgumentNullException | dropDownItemsがnull 参照 (Visual Basicでは Nothing)です。 |